home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 April / macformat-049.iso / mac / Demos / Print Artist Demo / PA12-Mac.Dxr / 00151.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  285 b   |  16 lines

  1. on exitFrame
  2.   global loadNext, subPageWait
  3.   startTimer()
  4.   puppetSound(0)
  5.   if loadNext = 0 then
  6.     nothing()
  7.   else
  8.     if loadNext = 1 then
  9.       unLoadCast()
  10.       preLoad(label("fonts1"), label("fonts1") + 28)
  11.     end if
  12.   end if
  13.   wait(subPageWait - the timer)
  14.   go(#next)
  15. end
  16.